@charset "iso-8859-1";

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0pxm;
	margin-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	background-color: #FFFFFF;
	font-family: Lucida Sans Unicode;
	font-size:12px;
	color: #000000;
	text-align:left;
}

select {
      font-family: Arial, sans-serif;
      font-size: 10px;
      color: #333;
      background-color: #f9f9f9;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    select option {
      font-weight: normal;
      color: #000;
    }

h1
{	text-align:left;
	color: #134359;
	font-family: Lucida Sans Unicode;
	font-size:13px;
	font-weight:bold;
			
}
h2
{	text-align:left;
	color: #666666;
	font-family: Lucida Sans Unicode;
	font-size:12px;
			
}
p3
{	text-align:left;
	color: #CC6600;
	font-family: Lucida Sans Unicode;
	font-size:11px;
			
}
/* CSS Document */

.error {
	font: normal 11px arial;
	padding: 1px;
	margin: 3px;
	background-color: #CCC;
	border: 1px solid #AECE45;
}  

table.sf{
	border:0;
	cellspacing:2;
	cellpadding:1;
	width:100%;
	background-color: #FFFFFF;
}
th{
	color: #666666;
	font-family: Arial;
	font-size:13px;
    height: 60px;
	vertical-align:middle;
	text-align:center;
	font-style:normal;
}
td {
	color:#134359;
	font-family: Arial;
	font-size:12px;
    height: 40px;
	vertical-align:middle;
	text-align:center;
}

table.view{
	vertical-align:middle;
	border:0;
	border-color:#E2E2E4;
	cellspacing:1;
	cellpadding:0;
}
th {
	color: #666666;
	font-family: Arial;
	font-size:13px;
    height: 30px;
	vertical-align:middle
}
td {
	color: #134359;
	font-family: Arial;
	font-size:12px;
    height: 30px;
	vertical-align:middle
}
table.report{
	border:0;
	border-color:#E2E2E4;
	cellspacing:2;
	cellpadding:1;
}
th {
	color: #666666;
	font-family: Arial;
	font-size:13px;
}
td {
	color:#134359;
	font-family: Arial;
	font-size:12px;
	text-align:left;
}
a:visited 
{
 color:#CC6600;;
 font-size:12px;

}

a:hover{
color:#A8C460;
font-size:12px;

}
a{
color:#CC6600;
font-size:12px;
text-decoration:none;
}

table.fixed{
	table-layout: fixed;
	width: 1300px;
	border:0;
	cellspacing:5;
	cellpadding:5;
}
td.celle_strette {
width: 50px;
}

td.celle_medie {
width: 150px;
}

td.celle_larghe {
width: 300px;
}